Carbon


FlushIconRefs

Header: Icons.h Carbon status: Supported

Reclaims memory used by the specified icon if the memory is purgeable.

OSErr FlushIconRefs (
    OSType creator, 
    OSType iconType
);
creator

The creator code of the file whose icon data is to be flushed.

iconType

The type code of the file whose icon data is to be flushed.

function result

A result code.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when IconServicesLib 8.5 or later is installed. Exported by CarbonLib 1.0 and later and by IconServicesLib 8.5 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/18/2000)